home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Special: Max Gallery
/
Max Special Gallery.iso
/
pc
/
ascens16.dir
/
00020.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-03
|
217 b
|
11 lines
on mouseUp
global ascens_goBackFrame
if isWindows() then
set ascens_goBackFrame to "ALTRA_VOLTA_BW"
go("MONITOR_SXW")
else
set ascens_goBackFrame to "ALTRA_VOLTA_B"
go("MONITOR_SX")
end if
end